home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / 2SIDES.ARJ / RUNMENOW.BAT < prev   
DOS Batch File  |  1991-01-27  |  2KB  |  60 lines

  1. @echo off
  2. cls
  3. if %1x==deletex goto delete
  4. if %1x==DELETEx goto delete
  5. if %1x==savex goto save
  6. if %1x==SAVEx goto save
  7. echo .
  8. echo .       This batch file will extract all of the files in a procedure
  9. echo .       that will work even on a 360K floppy.  However, in the process,
  10. echo .       ALL OF THE ORIGIONAL SELF-EXTRACTING FILES WILL BE DELETED!!!!
  11. echo .
  12. echo .       BEFORE ALLOWING THIS TO CONTINUE, PLEASE MAKE A BACKUP OF THE
  13. echo .       ORIGINAL DISK, OR AT LEAST OF THE 2SIDES.EXE FILE!!
  14. echo .
  15. echo .       This batch file will not continue unless it was started with
  16. echo .       the correct flag, in order to make sure nothing happens until
  17. echo .       you have read this.  After you have made a backup of this disk
  18. echo .       restart this batch file as follows:
  19. echo .
  20. echo .                  runmenow delete
  21. echo .
  22. echo .       If you are extracting onto a bigger disk or hard drive, start the
  23. echo .       program as follows (this will NOT delete the 2SIDES.EXE file):
  24. echo .                  
  25. echo .                  runmenow save
  26. echo .
  27. echo .       After this process is completed, run the HINSTALL.BAT batch
  28. echo .       file if you wish to install BothSides! to another disk.
  29. echo .
  30. goto end
  31. :delete
  32. del 2sides.exe
  33. :save
  34. tempzip1
  35. del tempzip1.exe
  36. tempzip2
  37. del tempzip2.exe
  38. cls
  39. echo .
  40. echo .
  41. echo .       All of the program and document files have been extracted.  If
  42. echo .       you extracted onto a floppy, then that floppy is all set as a
  43. echo .       working copy.
  44. echo .
  45. echo .       If you do not, or wish to install the program to a hard disk
  46. echo .       using the HINSTALL.BAT batch file, press Ctrl+C to cancel
  47. echo .       this operation.
  48. echo .
  49. echo .       you wish to print the manual now, or just have a look at the 
  50. echo .       program, press any key to continue.
  51. echo .
  52. echo Ctrl-C to cancel, or
  53. pause
  54. bothside /m
  55. cls
  56. echo .
  57. echo .       If you wish to install to a different floppy, or to your hard
  58. echo .       drive, just run the HINSTALL.BAT batch file.
  59. echo .
  60. :end